(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <graphics/rastport.h>
#include <proto/intuition.h>
void ReleaseGIRPort()
SYNOPSIS
struct RastPort * rp
LOCATION
In IntuitionBase at offset 94
FUNCTION
Release a RastPort previously obtained by ObtainGIRPort().
INPUTS
rp
The result of ObtainGIRPort()
RESULT
None.
NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
27.01.1997 ldp
Polish
10.12.1996 aros
Moved #include into first column to allow makedepend to see it.
31.10.1996 aros
Use the new functions to create and free the RastPort
25.10.1996 aros
New functions